Method LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, HashSet<long>?, int?)

Assembly: redb.MSSql.dll

BULK Props loading with projection filter and custom depth.
In OpenSource version, both parameters are ignored — full objects loaded via get_object_json.

public Task LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>> objects, HashSet<long>? projectedStructureIds, int? propsDepth) where TProps : class, new()